home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / chip-cd_2003_09.zip / 09 / Wersje pelne / Readiris PRO 6 / DRIVERS / HP / WIN9X / PARALLEL / EPSTW9X.INF next >
Windows Setup INFormation  |  1998-06-24  |  1KB  |  66 lines

  1.  
  2. ; SCSI.INF  -- This file contains descriptions for
  3. ;              Shuttle parallel to SCSI & parallel to ATA adapters.
  4. ;              for Windows 95.
  5. ;              Copyright (c) 1995 Shuttle Technology  Ltd.
  6.  
  7. [Version]
  8. signature="$CHICAGO$"
  9. Class=SCSIAdapter
  10. Provider=%SHUTTLE%
  11. LayoutFile=LAYOUT.INF
  12.  
  13. ; Class Install
  14. [ClassInstall]
  15. Addreg=SCSIReg
  16.  
  17. [SCSIReg]
  18. HKR,,,,%SCSIClassName%
  19. HKR,,EnumPropPages,,"iosclass.dll,SCSIEnumPropPages"
  20. HKR,,Icon,,-10
  21.  
  22. ; Table of Contents
  23. [Manufacturer]
  24. %SHUTTLE%=SHUTTLE
  25.  
  26. [SHUTTLE]
  27. %epstw9x.DeviceDesc%=epstw9x.drv,epstw9x    ;
  28.  
  29. [epstw9x.drv]                  ; Shuttle epstw9x
  30. CopyFiles=@epstw9x.mpd
  31. AddReg=IOS,Poll,epstw9xReg
  32.  
  33. [epstw9x.det]
  34. AddReg=ForceMPCopy
  35.  
  36. [epstw9xreg]
  37. HKR,,PortDriver,,epstw9x.mpd
  38. HKR,,PollingSupportNeeded,1,01
  39.  
  40. [DestinationDirs]
  41. ASPIDEV = 11                    ; delete from SYSTEM dir if exists
  42. DefaultDestDir = 12             ; IOSubsys directory
  43.  
  44. [strings]
  45. SHUTTLE="Shuttle Technology"
  46. SCSIClassName="SCSI controllers"
  47. epstw9x.DeviceDesc="HP EPST Parallel SCSI Adapter"
  48.  
  49. ;********************************IOS common section
  50. [IOS]
  51. HKR,,DevLoader,,*IOS
  52. HKR,,DontLoadIfConflict,,"Y"
  53.  
  54. [IOSMCA]
  55. HKR,,ConfigFlags,1,00,02,00,00
  56.  
  57. [Poll]
  58. HKR,,Polling,,1
  59.  
  60. [ForceMPCopy]
  61. HKR,,NoSetupUI,,1
  62.  
  63. ; Add your driver default switches here
  64. [DriverSettings]
  65. Flags="/w95"
  66.